Skip to content

[PWGLF] Phi-Xi correlations#17112

Merged
romainschotter merged 7 commits into
AliceO2Group:masterfrom
scannito:master
Jul 19, 2026
Merged

[PWGLF] Phi-Xi correlations#17112
romainschotter merged 7 commits into
AliceO2Group:masterfrom
scannito:master

Conversation

@scannito

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions

github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown

O2 linter results: ❌ 0 errors, ⚠️ 0 warnings, 🔕 1 disabled

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR extends the PWGLF phi–strangeness correlation workflow to support Phi–Xi correlations by adding a reduced Xi candidate table/producer and integrating Xi as an associated species in the correlation task, alongside a refactor that generalizes “associated particle” handling.

Changes:

  • Add reduced Xi candidate AOD tables and a new XiReducedCandProducer to populate them.
  • Extend the phiStrangeCorrelation analysis task with Xi configurables, histograms, and SE/ME processing paths.
  • Refactor associated-particle processing using templated helpers to share logic across K0S/Xi/Pion.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.

File Description
PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx Adds Phi–Xi histograms/configurables and refactors associated-species processing with templates.
PWGLF/TableProducer/Strangeness/phiStrangeCorrelator.cxx Introduces Xi reduced-candidate producer and wires it into the workflow.
PWGLF/DataModel/LFPhiStrangeCorrelationTables.h Adds Xi reduced-candidate AOD table definitions and mass-window helper column.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx
Comment thread PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx
Comment thread PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx
Comment thread PWGLF/TableProducer/Strangeness/phiStrangeCorrelator.cxx
@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for 9827aa9 at 2026-07-17 16:53:

## sw/BUILD/O2Physics-code-check-latest/log
--
========== List of issues found ==========
++ echo 'Found 31 errors and 139 warnings.'
Found 31 errors and 139 warnings.
++ [[ 31 -gt 0 ]]
++ cat /sw/BUILD/7909608d71d7a28dfa6af986437fa82f1da1adff/O2Physics-code-check/errors.txt
PWGLF/TableProducer/Strangeness/phiStrangeCorrelator.cxx:223:35: error: unchecked access to optional value [bugprone-unchecked-optional-access,-warnings-as-errors]
PWGLF/TableProducer/Strangeness/phiStrangeCorrelator.cxx:237:37: error: unchecked access to optional value [bugprone-unchecked-optional-access,-warnings-as-errors]
PWGLF/TableProducer/Strangeness/phiStrangeCorrelator.cxx:255:37: error: unchecked access to optional value [bugprone-unchecked-optional-access,-warnings-as-errors]
PWGLF/TableProducer/Strangeness/phiStrangeCorrelator.cxx:270:26: error: constness of 'motherMcParticle' prevents automatic move [performance-no-automatic-move,-warnings-as-errors]
PWGLF/TableProducer/Strangeness/phiStrangeCorrelator.cxx:279:22: error: the const qualified variable 'genPhi' is copy-constructed from a const reference; consider making it a const reference [performance-unnecessary-copy-initialization,-warnings-as-errors]
PWGLF/TableProducer/Strangeness/phiStrangeCorrelator.cxx:340:15: error: boolean expression can be simplified by DeMorgan's theorem [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/TableProducer/Strangeness/phiStrangeCorrelator.cxx:341:15: error: boolean expression can be simplified by DeMorgan's theorem [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/TableProducer/Strangeness/phiStrangeCorrelator.cxx:976:8: error: constructor does not initialize these fields: pdgDB [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx:99:20: error: member 'effMap' of type 'const EffMapPtr &' (aka 'const variant<std::shared_ptr<TH2>, std::shared_ptr<TH3>> &') is a reference [cppcoreguidelines-avoid-const-or-ref-data-members,-warnings-as-errors]
PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx:105:3: error: function 'getBinEfficiencyAndError' should be marked [[nodiscard]] [modernize-use-nodiscard,-warnings-as-errors]
PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx:129:3: error: function 'interpolateEfficiency' should be marked [[nodiscard]] [modernize-use-nodiscard,-warnings-as-errors]
PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx:153:17: error: member 'candidates' of type 'const TCands &' is a reference [cppcoreguidelines-avoid-const-or-ref-data-members,-warnings-as-errors]
PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx:153:17: error: member 'candidates' of type 'const o2::soa::Table<o2::aod::Hash<"K0sReducedCandidatesData"_h>, o2::aod::Hash<"K0SCANDDATA/0"_h>, o2::aod::Hash<"AOD"_h>> &' is a reference [cppcoreguidelines-avoid-const-or-ref-data-members,-warnings-as-errors]
PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx:153:17: error: member 'candidates' of type 'const o2::soa::Table<o2::aod::Hash<"K0sReducedCandidatesMcReco"_h>, o2::aod::Hash<"K0SCANDMCRECO/0"_h>, o2::aod::Hash<"AOD"_h>> &' is a reference [cppcoreguidelines-avoid-const-or-ref-data-members,-warnings-as-errors]
PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx:153:17: error: member 'candidates' of type 'const o2::soa::Table<o2::aod::Hash<"PionTracksData"_h>, o2::aod::Hash<"PITRACKSDATA/0"_h>, o2::aod::Hash<"AOD"_h>> &' is a reference [cppcoreguidelines-avoid-const-or-ref-data-members,-warnings-as-errors]
PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx:153:17: error: member 'candidates' of type 'const o2::soa::Table<o2::aod::Hash<"PionTracksMcReco"_h>, o2::aod::Hash<"PITRACKSMCRECO/0"_h>, o2::aod::Hash<"AOD"_h>> &' is a reference [cppcoreguidelines-avoid-const-or-ref-data-members,-warnings-as-errors]
PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx:153:17: error: member 'candidates' of type 'const o2::soa::Table<o2::aod::Hash<"XiReducedCandidatesData"_h>, o2::aod::Hash<"XICANDDATA/0"_h>, o2::aod::Hash<"AOD"_h>> &' is a reference [cppcoreguidelines-avoid-const-or-ref-data-members,-warnings-as-errors]
PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx:153:17: error: member 'candidates' of type 'const o2::soa::Table<o2::aod::Hash<"XiReducedCandidatesMcReco"_h>, o2::aod::Hash<"XICANDMCRECO/0"_h>, o2::aod::Hash<"AOD"_h>> &' is a reference [cppcoreguidelines-avoid-const-or-ref-data-members,-warnings-as-errors]
PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx:162:8: error: constructor does not initialize these fields: ccdb [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx:288:22: error: initializer for member 'effMapPhi' is redundant [readability-redundant-member-init,-warnings-as-errors]
PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx:308:10: error: constructor does not initialize these fields: multiplicity [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx:442:11: error: implicit conversion 'value_type' (aka 'int') -> 'bool' [readability-implicit-bool-conversion,-warnings-as-errors]
PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx:571:5: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx:575:29: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx:1576:27: error: implicit conversion 'value_type' (aka 'int') -> 'bool' [readability-implicit-bool-conversion,-warnings-as-errors]
PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx:1577:26: error: implicit conversion 'value_type' (aka 'int') -> 'bool' [readability-implicit-bool-conversion,-warnings-as-errors]
PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx:1578:28: error: implicit conversion 'value_type' (aka 'int') -> 'bool' [readability-implicit-bool-conversion,-warnings-as-errors]
PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx:1588:5: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx:1598:44: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx:1609:13: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx:1618:46: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
++ [[ 139 -gt 0 ]]
++ cat /sw/BUILD/7909608d71d7a28dfa6af986437fa82f1da1adff/O2Physics-code-check/warnings.txt
PWGLF/TableProducer/Strangeness/phiStrangeCorrelator.cxx:155:73: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/TableProducer/Strangeness/phiStrangeCorrelator.cxx:157:67: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/TableProducer/Strangeness/phiStrangeCorrelator.cxx:160:61: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/TableProducer/Strangeness/phiStrangeCorrelator.cxx:163:49: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/TableProducer/Strangeness/phiStrangeCorrelator.cxx:166:171: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/TableProducer/Strangeness/phiStrangeCorrelator.cxx:168:63: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/TableProducer/Strangeness/phiStrangeCorrelator.cxx:178:109: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/TableProducer/Strangeness/phiStrangeCorrelator.cxx:180:186: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/TableProducer/Strangeness/phiStrangeCorrelator.cxx:202:26: warning: statement should be inside braces [readability-braces-around-statements]
[0 more errors; see full log]

Full log here.

@scannito
scannito marked this pull request as draft July 17, 2026 16:55
@scannito
scannito marked this pull request as ready for review July 19, 2026 12:47
@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for 12c308f at 2026-07-19 15:21:

## sw/BUILD/O2Physics-latest/log
2026-07-19T15:12:30.413+0200 [10422:140320363105920] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: connection attempt timed out before receiving SETTINGS frame]
2026-07-19T15:12:30.413+0200 [10422:140320363105920] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: connection attempt timed out before receiving SETTINGS frame
2026-07-19T15:20:39.213+0200 [15275:139936947629696] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "BatchReadBlobs()", last gRPC error was [14: Socket closed]
2026-07-19T15:20:39.215+0200 [15275:139936947629696] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-19T15:20:39.215+0200 [15275:139936947629696] [executioncontext.cpp:739] [ERROR] Failed to download output blob f117b1622bb570cb0ee376fae55f5b597ed778dacfb5e320989762295bf24b24: 14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused
2026-07-19T15:20:39.213+0200 [15248:140091771924096] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-07-19T15:20:39.215+0200 [15248:140091771924096] [executioncontext.cpp:739] [ERROR] Failed to download output blob fb7b53f2f7c2bb6d9d3d93ff2fd6eae8984c01b12d6e33712d0d2c081fd661a7: 14: Socket closed
2026-07-19T15:20:39.214+0200 [15211:140172537773696] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-07-19T15:20:39.216+0200 [15211:140172537773696] [executioncontext.cpp:739] [ERROR] Failed to download output blob 9700a7bb8d344653a98513a9ebc71d8b3cf28624f132b3712b07e6ee4809178c: 14: Socket closed
2026-07-19T15:20:39.213+0200 [15184:140226687012480] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-07-19T15:20:39.215+0200 [15184:140226687012480] [executioncontext.cpp:739] [ERROR] Failed to download output blob aa93d7667305d8d7cbca9e71e2f6140d31c7f7431725c2708507fb150cfa6f1c: 14: Socket closed
2026-07-19T15:20:39.214+0200 [15311:139853389651584] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "BatchReadBlobs()", last gRPC error was [14: Socket closed]
2026-07-19T15:20:39.215+0200 [15311:139853389651584] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-19T15:20:39.215+0200 [15311:139853389651584] [executioncontext.cpp:739] [ERROR] Failed to download output blob ed257d6815a3329b6ab1d3197ed0756e5321cc88b1ea4c3be250b33fbd27b3cf: 14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused
2026-07-19T15:20:39.213+0200 [15039:140200552099456] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-07-19T15:20:39.216+0200 [15039:140200552099456] [executioncontext.cpp:739] [ERROR] Failed to download output blob 519546bc10db4815ba4cccc9727ede8fd0ee91b9d8f167e6611eb776f436ea8d: 14: Socket closed
2026-07-19T15:20:39.213+0200 [10719:140693748485760] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "BatchUpdateBlobs()", last gRPC error was [14: Socket closed]
2026-07-19T15:20:39.218+0200 [10719:140693748485760] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Write()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-19T15:20:39.219+0200 [10719:140693748485760] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.UpdateActionResult()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-19T15:20:39.214+0200 [14894:140607847509632] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-07-19T15:20:39.218+0200 [14894:140607847509632] [executioncontext.cpp:739] [ERROR] Failed to download output blob e76c345ffbfbd5f7896b8a0032ec65f6987ba39516755db95645dc77a4e9b356: 14: Socket closed
2026-07-19T15:20:39.213+0200 [15072:140713320599168] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-07-19T15:20:39.215+0200 [15072:140713320599168] [executioncontext.cpp:739] [ERROR] Failed to download output blob c6afd43e81e052e2464f3e5e76130b18f0e628b29e90e2b261763bab74aa93c5: 14: Socket closed
2026-07-19T15:20:39.213+0200 [15073:140617582198400] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-07-19T15:20:39.217+0200 [15073:140617582198400] [executioncontext.cpp:739] [ERROR] Failed to download output blob 4cd7c446095e041bb125cba6e7e237466add3af5c25b82c3d1b1782029f1fad4: 14: Socket closed
2026-07-19T15:20:39.213+0200 [15074:140249794817664] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-07-19T15:20:39.217+0200 [15074:140249794817664] [executioncontext.cpp:739] [ERROR] Failed to download output blob be694c6af6604d4fbe4a0272a9f3d99e395b6425514045ae6a5791f44cdcad76: 14: Socket closed
2026-07-19T15:20:39.214+0200 [14918:140316761415296] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-07-19T15:20:39.220+0200 [14918:140316761415296] [executioncontext.cpp:739] [ERROR] Failed to download output blob 9f8bf9f53516c3787a1091ce6f91c06fd40d70bb5509339a139bc1545ea7da0d: 14: Socket closed
2026-07-19T15:20:39.213+0200 [14809:140193302654592] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-07-19T15:20:39.222+0200 [14809:140193302654592] [executioncontext.cpp:739] [ERROR] Failed to download output blob 68028f0459b66ed4aeab20ea9f6e9e3e93fcd8356483af855f33b6cfeb774c86: 14: Socket closed
2026-07-19T15:20:39.214+0200 [14780:139715958443648] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-07-19T15:20:39.223+0200 [14780:139715958443648] [executioncontext.cpp:739] [ERROR] Failed to download output blob 251b753ce48718fce59100191ed215f08285c21d79e1f561e5047b88cf8116f8: 14: Socket closed
2026-07-19T15:20:39.213+0200 [14724:139658892332672] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-07-19T15:20:39.222+0200 [14724:139658892332672] [executioncontext.cpp:739] [ERROR] Failed to download output blob 6a0f0d2afeffeb566866fb2953b848b2c4501f849944e2d096194df3e6f0f08e: 14: Socket closed
2026-07-19T15:20:39.213+0200 [14477:140513264275072] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-07-19T15:20:39.225+0200 [14477:140513264275072] [executioncontext.cpp:739] [ERROR] Failed to download output blob d0007795d954096b09a8b7c52cea9b01150c242c2a06ff0031009dc843b7a790: 14: Socket closed
2026-07-19T15:20:39.213+0200 [14500:140160992947840] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-07-19T15:20:39.226+0200 [14500:140160992947840] [executioncontext.cpp:739] [ERROR] Failed to download output blob 846e9c8b176d5663c83b7bab5a9a0c6c68cecc53974c75073b866e01f8ecdf70: 14: Socket closed
2026-07-19T15:20:39.214+0200 [14871:140117141016192] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-07-19T15:20:39.226+0200 [14871:140117141016192] [executioncontext.cpp:739] [ERROR] Failed to download output blob 9dc11aaddd7f0f83eb5b9bd5b29bbbd24ffc46b40ce185bb4ac3344851386571: 14: Socket closed
2026-07-19T15:20:39.214+0200 [14429:140289475456640] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-07-19T15:20:39.227+0200 [14429:140289475456640] [executioncontext.cpp:739] [ERROR] Failed to download output blob 4df4e876030dd836e211eaa2487c6a7ac71b52f63da5a9cb3efc8231e98285b3: 14: Socket closed
2026-07-19T15:20:39.213+0200 [14433:140296791207552] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-07-19T15:20:39.227+0200 [14433:140296791207552] [executioncontext.cpp:739] [ERROR] Failed to download output blob b02e15d3342e9bf5d9f7492ad1a573ed47281d989166342465e68533006719c0: 14: Socket closed
2026-07-19T15:20:39.213+0200 [14434:140237846244992] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-07-19T15:20:39.226+0200 [14434:140237846244992] [executioncontext.cpp:739] [ERROR] Failed to download output blob 606d840dfe960a2c8410f24287de70021e2336c0fc175f2a0ec44a8a929e5904: 14: Socket closed
2026-07-19T15:20:39.213+0200 [14836:139716374126208] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
[0 more errors; see full log]

Full log here.

@romainschotter
romainschotter merged commit ea6f6dc into AliceO2Group:master Jul 19, 2026
13 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

4 participants